object PrintPreview: TPrintPreview Left = 264 Top = 144 Width = 273 Height = 311 Caption = 'Print on Canvas Demo ' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 OnClose = FormClose OnCreate = FormCreate OnResize = Resize TextHeight = 16 object WPStatusBar1: TWPStatusBar Top = 260 Width = 265 Height = 24 ShowSizer = False ShowGauge = False UseGaugeForWP = False GaugeValue = 0 GaugeWidth = 4 Strings.Strings = ( '@150Line=0:0 ' '@200stStatus=100%' '@150Next=Next ' '@150End=End ') Align = alBottom StringsAlign = alBottom OnSelection = WPStatusBar1Selection OnUpdate = WPStatusBar1Update end object Panel1: TPanel Left = 32 Top = 8 Width = 201 Height = 249 BorderStyle = bsSingle Color = clWhite TabOrder = 1 Visible = False object PaintBox1: TPaintBox Left = 24 Top = 16 Width = 161 Height = 217 Color = clWhite ParentColor = False OnPaint = PaintBox1Paint end end end